Creates or updates an array of sql connections in the project
The request body is of type object.
Overview
 |
 |
 |
ODBCDataSource : string
|
 |
UserID : string
|
 |
Passsword : string
|
 |
ReconnectWaitPeriod : integer
|
 |
EnableStoreAndForward : boolean
|
 |
MaxNumberOfStoredRecord : number
| |
 |
 |
Table_id : string
|
 |
 |
ODBCDataSource : string
|
 |
UserID : string
|
 |
Passsword : string
|
 |
ReconnectWaitPeriod : integer
|
 |
EnableStoreAndForward : boolean
|
 |
MaxNumberOfStoredRecord : number
| | |
 |
Dynamic : boolean
| |
The response body is of type ItemsPostResponse.
The SQL connection configuration is successful.
Overview
 |
ItemsPostResponse
The results of the create/update/delete operations.
 |
NumSuccesses : number
|
 |
NumFailures : number
|
 |
WarningsMask : integer
|
 |
 |
Success : boolean
|
 |
StatusDetails : integer
|
 |
WarningsMask : integer
|
 |
Message : string
| | |